home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
mus
/
misc
/
octahigh.lha
/
PrevHighlight.omed
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-10-04
|
248 b
|
10 lines
/*Jump to the next Highlighted line. - Kjetil S. Matheussen*/
options results
ed_getnumlines var numlines
ed_getcurrline var mline
if mline=0 then exit
do until (result | mline=0)
mline=mline-1
'ed_getlinehighlight' mline
end
'ed_goto line' mline